Connect SuperTokens to your database
I am stuck here
docker run \
-p 3567:3567 \
-e POSTGRESQL_USER=
\
-e POSTGRESQL_PASSWORD=
\
-e POSTGRESQL_HOST=
\
-e POSTGRESQL_PORT=
\
-e POSTGRESQL_DATABASE_NAME=
\
-d supertokens/supertokens-postgresql
How should the postgres hostname and port to be defined ?
It is running at localhost:8080, but this will not work right ?
I am using mac